home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / os2 / aspcd / aspcd.doc next >
Encoding:
Text File  |  1995-12-31  |  1.9 KB  |  53 lines

  1. 'asPCD' a 32 bit OS/2 program to display
  2.           KODAK Photo CD (PCD) image files.
  3. The program is optimized for fast image display.
  4. Images are converted from KODAK YCC encoding to SGVA,
  5. or Hi-Color ( tested for S3 device driver ),
  6. and displayed in an OS/2 window which can be maximized, sized, or moved.
  7. KODAK PCD Base/16, Base/4, and Base/1 image sizes are supported.
  8.  
  9. Hi-Color representation is recommended for better Color quality.
  10. In 256 color mode an optimum color palette is calculated for each image.
  11.  
  12. The program was written using OS/2 and MMPM2 toolkit.
  13. It is free to use.
  14.  
  15. Two basic commands appear in the
  16. >>SHOW<<         pull-down menu:
  17. -----------
  18. Slide Show       to display a series of PCD images.
  19.                  (If MMPM/2 (Multimedia for OS/2) is installed,
  20.                   background music from MIDI files can be selected.)
  21.  
  22. Single Image     to select and display a single PCD image.
  23.  
  24. Use >>OPTIONS<< to define the default PCD resolution,
  25. window size, and data paths. All specified options may be stored
  26. as new defaults in the asPCD inifile.
  27.  
  28. For detailed Help information use 'Help' within the program.
  29. Help ist generally available by pressing F1.
  30.  
  31. To exploit the multitasking power of OS/2,
  32. conversion of KODAK's YCC encoding is done in a separate thread.
  33.  
  34. Even by using an optimized 256 color palette for SVGA palette display mode
  35. its image quality is much inferiour to KODAC's YCC 24 bit
  36. true color representation. Dithering may help.
  37.  
  38. KODAK's PCD data format information as published in magazines,
  39. were used to access PCD data files.
  40.  
  41. Comments and suggestions are wellcome.
  42. Try and have fun.            Alfred Schmitt
  43.                              Compuserve 100010.2545
  44.  
  45.  
  46. /***********************************************************************/
  47. Change history:
  48.  
  49. vers 0.5 :         6/25/94     initial release
  50.  
  51. ver  0.6 :         8/26/94     added Hi color support - removed some bugs
  52.  
  53.